home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adventures with Oslo: Tools & Gadgets
/
Adventures with Oslo - Tools and Gadgets.ISO
/
pc
/
program
/
ad
/
mod01
/
map
/
00005.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-23
|
370 b
|
19 lines
on mouseUp
global gBackPack
puppetSound("leftdef.S")
updateStage()
if getOne(gBackPack, #doc5) then
set index to getOne(gBackPack, #profLee)
if index <> 0 then
deleteAt(gBackPack, index)
end if
go(1, "@:AL:Al3")
else
if getOne(gBackPack, #profLee) then
go(1, "@:AL:Al2")
else
go(1, "@:AL:Al1")
end if
end if
end